Deletes a file from a disk.
ディスク上にあるファイルを削除します。
Kill File As String
Kill File As String
File: Any string expression that contains an unambiguous file specification. You can also use URL notation.
File: ファイルの位置を明示的に指定した文字列表式。またURL 指定を用いることもできます。
sub ExampleKill
sub ExampleKill
Kill "C:\datafile.dat" REM File must be created in advance
Kill "C:\datafile.dat" REM 該当ファイルは事前に作成しておかなければなりません。
end sub
end sub